home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / yarn_091.zip / CHANGES < prev    next >
Text File  |  1996-06-13  |  33KB  |  981 lines

  1. VERSION 0.91
  2.  
  3. - Now display a real thread tree in the article selection list.
  4.  
  5. - The 'O' command at the newsgroup selection level now marks all articles
  6.   in the newsgroup as read when it saves the articles to a folder.
  7.  
  8. - Fix: Score rules that look for a regular expression in a specific header
  9.   now search in the header value only.
  10.  
  11. - Fix: Character set conversion in the header was incorrect when editing
  12.   a message.
  13.  
  14. - Fix: A reply or followup to a quoted-printable message incorrectly
  15.   inserted a quote character after a continued line symbol.
  16.  
  17. - Fix: The program stopped reading the newsrc file after a line that ended
  18.   with a space.
  19.  
  20. VERSION 0.90
  21.  
  22. - The news spool file format has changed.  It is not compatible with
  23.   previous versions of Yarn.  Run the cvt09 program to convert an existing
  24.   old format news base to the new format.
  25.  
  26. - Now decode quoted-printable in the reply and followup functions.
  27.  
  28. - Now display messages in the character set specified by the "charset"
  29.   config setting if the Content-Type or charset header is missing.
  30.  
  31. - When sending an e-mail reply to the author of a USENET article, the
  32.   reader program now inserts an X-Newsgroups line instead of a Newsgroups
  33.   line into the message header.
  34.  
  35. - Now pass only the message body to the spell check program.
  36.  
  37. VERSION 0.89
  38.  
  39. - The built-in viewer now displays MIME messages with
  40.   Content-Type: text/plain and Content-Transfer-Encoding: quoted-printable.
  41.  
  42. - Added config setting to control quit confirmation.
  43.  
  44.     # Ask user for confirmation before exiting news reader.
  45.     confirm-quit = on
  46.  
  47. - Now save calculated scores to avoid recalculating them the next time
  48.   your read a newsgroup.  All articles in a newsgroup will be rescored
  49.   if you change the score files.
  50.  
  51. - Fix: Scores were not calculated for articles marked as read when using
  52.   the V command.
  53.   
  54. VERSION 0.88
  55.  
  56. - Now ask the user for confirmation before exiting the reader program.
  57.  
  58. - Changed configuration file settings:
  59.  
  60.     # default sort criterion for article selection list
  61.     # (one of arrival, subject, score,arrival or score,subject)
  62.     sort-by = arrival
  63.  
  64. - Fix: Outgoing messages may be corrupted when you edit replies.
  65.  
  66. - Fix: The uudecode function left a file open.
  67.  
  68. VERSION 0.87
  69.  
  70. - Added uudecode function.  Commands changed as follows:
  71.  
  72.     Article selection level and article reading level
  73.       B  Extract uuencoded file from current article
  74.  
  75.     Message selection level and message reading level
  76.       B  Extract uuencoded file from current article
  77.       E  Resend message
  78.  
  79. - Added save-directory config setting which specifies the directory where
  80.   articles are saved.
  81.  
  82. - Search expressions in score files are now plain string matches by default.
  83.   Use the keyword "pattern" to specify a regular expression.  For example
  84.  
  85.     -1 pattern Subject: \bFA\b
  86.  
  87. - Fix: The reader now silently ignores invalid regular expressions in
  88.   score files instead of aborting the program.
  89.  
  90. - Fix: When viewing a folder, the message list had garbage score values.
  91.  
  92. - Fix: Sort articles by subject didn't work.
  93.  
  94. VERSION 0.86
  95.  
  96. - Added support for score files.  The ENGLISH.DOC file explains how to use
  97.   score files.  Added new commands:
  98.  
  99.     Newsgroup selection level
  100.       E  Edit global score file
  101.  
  102.     Article selection level and article reading level
  103.       E  Edit newsgroup score file
  104.  
  105.   Changed configuration file settings:
  106.  
  107.     # default sort criterion for article selection list
  108.     # (one of arrival, subject or score)
  109.     sort-by = arrival
  110.  
  111.     # default display format of article selection list
  112.     # 0 = Subject, From
  113.     # 1 = Subject, From, Score
  114.     # 2 = Subject, From, Lines
  115.     # 3 = Subject
  116.     message-list-format = 0
  117.  
  118. - Changed message quoting configuration settings:
  119.  
  120.     # prefix inserted before quoted lines when you reply or followup
  121.     reply-quote=>
  122.  
  123.     # Message lines beginning with any of these characters are shown as quoted.
  124.     quote=>|:
  125.  
  126. - When removing deleted messages from a folder, the file is now updated in
  127.   place instead of writing a temporary copy of the file.
  128.  
  129. - Fix: The B (resend) command can now resend USENET articles from the POSTED
  130.   folder.
  131.  
  132. - Fix: The B (resend) command removed any MIME attachments on resent messages.
  133.  
  134. - Fix: The mail encryption function did an invalid memory access when the
  135.   recipient's full name was not specified on the To header.
  136.  
  137. - Fix: The import program didn't clean up the temporary work directory when
  138.   importing SOUP packets with the -n option.
  139.  
  140. VERSION 0.85
  141.  
  142. - Replaced the mkhist program with the rebuild program, which can reconstruct
  143.   the overview files in addition to the history file.
  144.  
  145. - Changed the behaviour of the B resend command in the reader.  The program
  146.   now asks you for the mail address where the message will be resent.
  147.  
  148. - Instead of the recipient's email address, the recipient's full name is
  149.   now passed as the public key ID to PGP.
  150.  
  151. - Added -u option to import program to import unpacked SOUP files from the
  152.   current directory.
  153.  
  154. - Renamed the "message" configuration setting to "status-line".
  155.  
  156. - Fix: The expire program deleted articles that didn't have exactly one
  157.   space separating the Message-ID: header from the value.
  158.  
  159. - Fix: The filter rule file wasn't updated after deleting a filter rule.
  160.  
  161. VERSION 0.84
  162.  
  163. - The reply to all recipients option in the mail reply function now puts
  164.   the author of the original message on the To: line and all other
  165.   recipients of the original message except the user on the Cc: line.
  166.  
  167. - Now the folder list doesn't count the number of messages in each folder
  168.   until you view the folder.
  169.  
  170. - Added | command at the article selection and article reading level to
  171.   run a program, piping the article into the program's standard input.
  172.   If you put %f on the command line, it is replaced with the name of
  173.   a temporary file containing the article, and the article will not be
  174.   piped into the standard input.
  175.  
  176. - The MS-DOS yarn.exe program is now compiled with Borland C++ 4.5 to use
  177.   overlays.  Thanks to Chris Szurgot <szurgot@infi.net> for compiling it.
  178.   I know it's now slower than the previous version, but overlays with C++
  179.   templates don't work in Watcom C++ 10.0b.
  180.  
  181. - Fix: The MS-DOS import.exe program could not handle wild card file names.
  182.  
  183. - Fix: Corrected memory access violation bugs in yarn.exe and filter.exe.
  184.  
  185. - Fix: The Enter key on the numeric keypad was ignored.
  186.  
  187. VERSION 0.83
  188.  
  189. - Fix: The $HOME\yarn\readart dbm file was not closed on exit, resulting
  190.   in lost clusters.
  191.  
  192. - Fix: Disabled the L command while listing the MAILED and POSTED folders.
  193.  
  194. VERSION 0.82
  195.  
  196. - Fix: The Send menu option was not available when editing a reply.
  197.  
  198. - Fix: The address book was not sorted and was not being saved to disk.
  199.  
  200. - Fix: Saving to the printer device with the OS/2 version resulted in a
  201.   write error.
  202.  
  203. VERSION 0.81
  204.  
  205. - Added configuration settings.
  206.  
  207.     # default sort criterion for article selection list
  208.     # (one of arrival or subject)
  209.     sort-by = arrival
  210.  
  211.     # default display format of article selection list
  212.     # 0 = Subject, From
  213.     # 1 = Subject, From, Lines
  214.     # 2 = Subject
  215.     message-list-format = 0
  216.  
  217. - Added DOS protected mode version of expire program to MS-DOS distribution.
  218.   Try the expirex.exe program if the DOS real mode expire.exe program runs
  219.   out of memory.
  220.  
  221. - Fix: The MS-DOS version of import.exe and yarn.exe failed to run external
  222.   programs if the program name did not include a file extension.
  223.  
  224. - Fix: The screen output from the MS-DOS yarn.exe program was invisible on
  225.   monochrome display adapters.
  226.  
  227. VERSION 0.80
  228.  
  229. - The overview file format has been changed.  It is not compatible with
  230.   previous versions of Yarn.  Run the cvt08 program to convert an existing
  231.   old format news base to the new format.
  232.  
  233. - Added new commands
  234.     Newsgroup selection level
  235.       I  List incoming mail
  236.       M  Send mail message
  237.  
  238.     Article selection level
  239.       L  Toggle short, medium or long subject list
  240.       M  Send mail messa